3 MyID Windows Integration Service
To set up logging for the Windows Integration Service (WSVC), open the Log.config file, which is installed to the following folder by default:
C:\Program Files (x86)\Intercede\MyID_Client_Service\
Set the following options in the file:
-
configuration/log4net/appender/file – set the value to the path and filename of the log file you want to use.
For example:
<file value="C:\logs\MyID.log" />
-
configuration/log4net/root/level – set the value to DEBUG.
For example:
<level value="DEBUG" />
To switch off logging, set this value to OFF.
For example:
<level value="OFF" />